net/http.http2inflow.init (method)

5 uses

	net/http (current package)
		h2_bundle.go#L1490: func (f *http2inflow) init(n int32) {
		h2_bundle.go#L4434: 	sc.inflow.init(http2initialWindowSize)
		h2_bundle.go#L6170: 	st.inflow.init(sc.initialStreamRecvWindowSize)
		h2_bundle.go#L8179: 	cc.inflow.init(conf.MaxUploadBufferPerConnection + http2initialWindowSize)
		h2_bundle.go#L9360: 	cs.inflow.init(cc.initialStreamRecvWindowSize)